home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 11 / Cream of the Crop 11-1.iso / windows / commx124.zip / README.TXT < prev    next >
Text File  |  1995-12-22  |  23KB  |  552 lines

  1.    CommEx (tm) : Common Dialog Extensions for Windows 3.1 and 3.11
  2.    ---------------------------------------------------------------
  3.                Copyright 1995   by Cottonwood Software
  4.  
  5.  
  6. Thank you for trying CommEx!
  7.  
  8. CommEx adds file management functions like Find, Copy, Delete, Rename, 
  9. and MakeDir to the Open and Save dialogs of most Windows applications 
  10. (any that use the Windows common dialogs in COMMDLG.DLL). No more jumping 
  11. back and forth between your application and File Manager or DOS to do 
  12. common functions!  Search every disk drive at once for files, specifying 
  13. multiple masks if necessary.  Make a new directory as you save files, 
  14. delete old versions, make backups before you open a file, etc. -- it's so 
  15. easy, all from the same Open or Save dialog.
  16.  
  17.  
  18. If you have just installed CommEx and are reading this from the Notepad
  19. program, try it out now by selecting File from the menu, then Open.  You
  20. should see an extra row of buttons at the bottom of the Open dialog.
  21. If you need help, click the 'CommEx' button, and then the Help button 
  22. from that dialog.  Enjoy!
  23.  
  24.  
  25. Readme.txt Contents:
  26. --------------------
  27.   File Packing List
  28.   System Requirements
  29.   Installation
  30.   About the Evaluation Period
  31.   Giving Copies to Friends -- (Please Do!)
  32.   Distribution by Vendors, BBS's, etc.
  33.   Registering
  34.   Site licenses & multiple-user pricing
  35.   Troubleshooting
  36.   Support
  37.   Un-installing CommEx
  38.   ASP Ombudsman statement
  39.   Warranty & License info
  40.  
  41.  
  42. File Packing List
  43. -----------------
  44. These files should be included in this distribution set.  If any are 
  45. missing, please contact Cottonwood Software or your distributor for a 
  46. complete set.  (You can download the latest version from Compuserve or 
  47. our Web page -- see the Support section)
  48.  
  49.   README.TXT    This file
  50.   SETUP.EXE     Installation program
  51.   COMMEX.DLL    CommEx main program (installs as commdlg.dll)
  52.   ORDER.FRM     Text order form for registering CommEx
  53.   REVISION.TXT  Program revision history
  54.   FILE_ID.DIZ   Short description file (shareware version only)
  55.   VENDOR.DOC    Vendor distribution info (shareware version only)
  56.   VENDINFO.DIZ  Vendor distribution info, automated (shareware version only)
  57.   COMMEX.BIN    Data file (registered version only)
  58.  
  59.  
  60. System Requirements
  61. -------------------
  62.  
  63. CommEx will work with Windows versions 3.1 and 3.11.
  64.  
  65.  
  66. Windows 95 and NT users:
  67. ------------------------
  68. Do NOT install this version of CommEx if you run Win95 or NT!  It will 
  69. work fine for 16-bit applications, but will cause 32-bit applications to 
  70. malfunction.  There will be a 32-bit version of CommEx available in early 
  71. 1996.
  72.  
  73.     Let us know if you need an upgrade to CommEx-32 (for Win95 or NT).
  74.     Just E-mail, FAX, or mail your address to us, and we will let you know
  75.     when CommEx-32 is released and where to download it from.
  76.  
  77.  
  78.  
  79. Installation
  80. ------------
  81.  
  82. Note: Although CommEx does not require its own permanent directory,
  83. you may wish to create one to place the CommEx files into before running
  84. Setup.  It will then use this path for the ReadMe Icon in your Program
  85. Manager, and you can then keep the original files for reference or making
  86. copies.
  87.  
  88. To install CommEx, run SETUP.EXE from Windows:
  89.  
  90. 1. From the Windows Program Manager, select File, Run...
  91.  
  92. 2. In the Command Line box, type d:\path\SETUP, where 'd' is the letter of
  93.    the drive and 'path' is the directory where the CommEx files are.
  94.    For example:
  95.      C:\COMMEX\SETUP
  96.  
  97. 3. Follow the instructions that appear on the screen.
  98.  
  99. 4. After CommEx installation is complete, it will need to validate some
  100.    files.  This will happen automatically the first time CommEx is invoked,
  101.    which may be done by selecting File, and Open from the Notepad program.
  102.  
  103.  
  104. What files should be where, after installation
  105. ----------------------------------------------
  106.  
  107. These files are not copied anywhere, and are not needed by CommEx after
  108. the initial validation:
  109.   README.TXT    
  110.   SETUP.EXE
  111.   ORDER.FRM     
  112.   FILE_ID.DIZ   
  113.   VENDOR.DOC    
  114.   VENDINFO.DIZ  (not always present)
  115.   REVISION.TXT  
  116.  
  117. These files will be copied to your Windows System directory, if possible,
  118. or to Windows if Windows System is not accessible:
  119.   COMMEX.DLL    (copied as COMMDLG.DLL)
  120.   COMMEX.BIN    (only present for registered users)
  121.  
  122. The file COMMEX.HLP will be created by CommEx the first time it runs, and
  123. will be placed in the Windows System directory.
  124.  
  125. The file COMMEX.INI will be created by the Setup program, and
  126. will be placed in the Windows directory.
  127.  
  128.  
  129. Technical information on installation
  130. -------------------------------------
  131. The installation procedure does the following:
  132.  Create a DOS batch file to do the following from DOS:
  133.    Rename commdlg.dll (in the Windows System directory) to commold.dll
  134.      (CommEx passes most functions through to commold.dll)
  135.    Copy commex.dll to commdlg.dll
  136.    If commdlg.dll exists in the Windows directory, rename
  137.      it to commdlg.bak (should not be in both Windows and 
  138.      Windows System directories).
  139.  Add a CommEx group with a Notepad icon to read the file readme.txt,
  140.      and a Help icon for commex.hlp. (Although the help file is not
  141.      installed directly -- see below.)
  142.  Add the setup program to the run= line in win.ini
  143.  Exit to DOS, execute the batch file (if needed), and return to Windows
  144.  (When setup runs again after returning to Windows:)
  145.     Verify that the operations succeeded (files in the right places)
  146.     Clean up (delete the batch file)
  147.     Run notepad to display the readme.txt file
  148.  
  149. When CommEx is actually invoked for the first time (through a File/Open 
  150. or File/Save command), it validates the information files (readme.txt,
  151. file_id.diz, and order.frm).  CommEx also extracts commex.hlp (from the 
  152. dll) into the Windows System directory, so it doesn't need to be 
  153. distributed and installed as a separate file.  These procedures ensure 
  154. that CommEx cannot be modified and re-distributed with different company 
  155. contact/order information.
  156.  
  157.  
  158. About the Evaluation Period
  159. ---------------------------
  160.  
  161. CommEx is Shareware.  This means that you are free to try it out for 30 
  162. days. It will be fully functional during that time, so you can try all 
  163. of its functions.
  164.  
  165. After using it for 30 days (not necessarily calendar days, but when it's 
  166. been used on 30 different days), some of the functions will be unavailable.
  167. You will still be able to use the basic functions like Copy and Delete, but
  168. the advanced functions (Find and MakeDir) will not be available unless you 
  169. register (purchase) the program.
  170.  
  171.  
  172. Giving Copies to Friends -- (Please Do!)
  173. ----------------------------------------
  174.  
  175. Shareware works best when you 'share' it with other people!  If you like
  176. this program, we would appreciate it if you spread it around.  Give copies
  177. to friends and co-workers, or even upload it to your favorite BBS.
  178.  
  179. Within the CommEx dialog (press the CommEx button on any Open/Save dialog
  180. that has it), there is a convenient 'Make Copy' function.  This will 
  181. generate a complete CommEx evaluation copy wherever you want (on a floppy 
  182. disk, or in any directory).  This can even be used to make a backup copy 
  183. for yourself.
  184.  
  185.  
  186. Distribution by Vendors, BBS's, etc.
  187. ------------------------------------
  188.  
  189. Commercial vendors please refer to the VENDINFO.DIZ file (or VENDOR.DOC)
  190. for complete details.  If this file is not present, please contact 
  191. Cottonwood Software for a replacement copy.
  192.  
  193.  
  194. Registering CommEx
  195. ------------------
  196. For a complete order form you can print the text file ORDER.FRM, or click
  197. the 'CommEx' button in an Open/Save dialog and select the 'Order Form' 
  198. button.
  199.  
  200. Benefits of registering:
  201.     The latest version as of the day you register, with no 'reminders',
  202.       registered in your name.
  203.     Notification of bug fixes and update releases when available.
  204.     Free technical support.
  205.     More shareware programs by Cottonwood Software and other author(s).
  206.     Big discounts on updates and other products, as available.
  207.     A good feeling that you're helping to support the shareware industry!
  208.  
  209. To register, send $15.00 (U.S.) plus $2.00 S&H ($4.00 S&H outside the
  210. U.S. or Canada) to:
  211.  
  212.       Cottonwood Software
  213.       P.O. Box 6546
  214.       Leawood, KS 66206-0546   USA
  215.  
  216. Please pay by check in U.S. funds drawn on a U.S. Bank, by international
  217. money order, or in U.S. currency.
  218.  
  219. (Do not send credit card orders to this address! See below for credit card
  220. orders.)
  221.  
  222. All orders are usually shipped within 24 hours.
  223.  
  224. You may also register online through Compuserve: GO SWREG, product #6689.
  225.  
  226. Ordering on the World Wide Web:  
  227. -------------------------------
  228. You can now order directly on the Web using a major credit card.  Simply 
  229. go to Cottonwood Software's home page, and click on 'Order CommEx right 
  230. now with any major credit card!'.  
  231.  
  232. Point your Web browser to http://users.aol.com/cottonwdsw/
  233.  
  234.  
  235. CREDIT CARD ORDERS ONLY -
  236. -------------------------
  237. You can also order with Mastercard, Visa, American Express, or Discover 
  238. from Public (software) Library.
  239.  
  240. Phone:           800-2424-PsL (800-242-4775)  
  241. International:   713-524-6394
  242. FAX:             713-524-6398
  243. E-mail:          71355.470@compuserve.com
  244. Mail:            PsL, P.O.Box 35705, Houston, TX 77235-5705  USA.
  245. World Wide Web:  See 'Ordering on the World Wide Web' above
  246.  
  247. Please refer to product ID #14153
  248.  
  249. THE ABOVE NUMBERS ARE FOR CREDIT CARD ORDERS ONLY. THE AUTHOR OF THIS 
  250. PROGRAM CANNOT BE REACHED AT THESE NUMBERS.
  251.  
  252. Any questions about the status of the shipment of the order, refunds,
  253. registration options, product details, technical support, volume 
  254. discounts, dealer pricing, site licenses, non-credit card orders, etc, 
  255. must be directed to Cottonwood Software (see Support... below).
  256.  
  257. To insure that you get the latest version, PsL will notify us the day of 
  258. your order and we will ship the product directly to you the same or next 
  259. day.
  260.  
  261.  
  262. Site licenses & multiple-user pricing
  263. -------------------------------------
  264.  
  265. CommEx registration for multiple users (computers) is possible, and
  266. substantial discounts are given.
  267.   For 2-3 users,    subtract 15% from the registration price of each copy
  268.   For 4-6 users,    subtract 25% from the registration price of each copy
  269.   For 7-9 users,    subtract 35% from the registration price of each copy
  270.   10 or more users, subtract 50% from the registration price of each copy
  271.  
  272. Please contact Cottonwood Software directly before ordering multiple 
  273. copies.  Other registration channels, such as SWREG and PsL, are not 
  274. set up to apply the discount to multiple copy orders.
  275.  
  276.  
  277. Support
  278. -------
  279.  
  280. We will gladly answer any questions and help you with CommEx problems
  281. during the 30-day free evaluation period.  (After the free trial, we will 
  282. still answer 'simple' questions, but may, at our discretion, require you 
  283. to register before providing technical support.)
  284.  
  285. Any suggestions, comments, support questions and bug reports are welcome 
  286. and encouraged!  All questions will be answered promptly.  If you report 
  287. a bug, you will get a free updated copy in the mail (or however is most 
  288. convenient for us both) when the problem is fixed. This is offered
  289. to both registered and unregistered users because we appreciate the
  290. assistance in making the program better!
  291.  
  292. When the CommEx Setup program runs, it creates a file COMMEX.LOG in your
  293. Windows directory.  If you need support, we will need to view that file,
  294. so please include it with your E-mail or have it available when you call.
  295.  
  296. For support, contact Cottonwood Software by phone, fax, mail, or E-mail.
  297. (E-mail is preferred, and will get a fast response.)
  298.  
  299.  Mail:           Cottonwood Software
  300.                  P.O. Box 6546
  301.                  Leawood, KS 66206-0546  USA
  302.  Phone:          (913) 663-3022
  303.  FAX:            (913) 663-3747
  304.  Compuserve:     75264,1630
  305.  America Online: CottonwdSW
  306.  Internet:       75264.1630@compuserve.com
  307.  WW Web:         http://users.aol.com/cottonwdsw/ 
  308.  
  309.  
  310. The Cottonwood Software Home Page on the World Wide Web
  311. -------------------------------------------------------
  312.  
  313. Visit our home page for information about all of our shareware programs.
  314. You can download the latest versions from there, view online documentation
  315. for all of our software, order by credit card, and send us E-mail.  You 
  316. can find answers to common problems as well.  It also has links to other 
  317. worthwhile shareware pages, like the ASP and STAR home pages.
  318.  
  319.  
  320. Troubleshooting
  321. ---------------
  322.  
  323. While CommEx has been tested on many systems and in many situations to 
  324. fine-tune the installation process and the program itself, there may 
  325. still be unexpected problems.
  326.  
  327. If things work fine in general, but the Open or Save dialog of some 
  328. application does not look or work right, try holding down the Shift key 
  329. when clicking the File/Open or File/Save As menu item (or whatever menu 
  330. item or button brings up the dialog).  This will disable CommEx's 
  331. enhancements so you can compare it with and without CommEx.  If it is 
  332. definitely CommEx causing the problem, please contact us and we will 
  333. attempt to solve the problem.
  334.  
  335. If things don't seem to work at all, or if CommEx doesn't seem to be 
  336. installed, then take a look at the sections below.  If these don't 
  337. fit the problem (or don't solve it), contact us for help.  We will want 
  338. to look at the COMMEX.LOG installation log file, which is created in 
  339. your Windows directory during installation, so please have this 
  340. available (or send it along with your E-mail support request if possible).
  341.  
  342.  
  343. ---If you get an error message when trying to use CommEx):
  344.  
  345. If you get a message like: "COMMOLD.DLL file not found" when you try to
  346. Open or Save a file, then CommEx was not installed successfully.  This is
  347. most likely due to not finishing the installation (an error occurred or 
  348. you aborted before it exited to DOS).  CommEx will attempt to reconstruct
  349. it the first time it encounters this error  -- if that is successful, you 
  350. should not see this error again.   If it is not successful, check the 
  351. explanation of the next error condition below for more information on 
  352. installation problems.
  353.  
  354. If you get system errors (General Protection Fault, for instance), then 
  355. you have probably installed CommEx from within Windows, and did not exit
  356. Windows during the installation.  If this is not the case, or if the 
  357. problem persists, call for support.
  358.  
  359. ---If you don't see anything different in your Open or Save dialogs
  360.  
  361. This could be an installation problem.  Make sure that the date on the
  362. COMMDLG.DLL file in your Windows System directory matches the
  363. COMMEX.DLL date in the CommEx installation set.  If they do not match,
  364. then perhaps the installation was aborted, or could not succeed because
  365. of a write-protected windows system directory (common when running
  366. Windows from a network drive).
  367.  
  368.     Network Installations:  The network administrator (with write access 
  369.     to the Windows System directory) should install CommEx first.  Then
  370.     each user can set it up.  (See Site Licenses for information on
  371.     registering CommEx for networked installations.)
  372.  
  373. Another common problem is that there is more than one copy of COMMDLG.DLL
  374. on your computer, and Windows chose the wrong one to run.  After making 
  375. sure that there is a COMMDLG.DLL and a COMMOLD.DLL in your Windows System 
  376. directory (usually C:\WINDOWS\SYSTEM), search your hard disk (and network 
  377. drives) for any other copies of COMMDLG.DLL.  Any other copies should be 
  378. deleted!
  379.  
  380. If the dates look OK and everything else above is checked, and you're 
  381. sure that you have started Windows fresh during installation or since 
  382. you installed CommEx, then it could be that the application you're 
  383. using does not use the common dialogs in COMMDLG.DLL.  Some programs, 
  384. especially older ones and ones with unique requirements in their 
  385. Open/Save dialogs, have internal custom dialogs that we cannot add 
  386. CommEx to.  Some known 'customized' programs are listed below.  
  387. If you find another one, we would like to hear from you, so we can 
  388. investigate it!
  389.  
  390. CommEx will have no effect on these programs (because they don't use 
  391. COMMDLG):
  392. - Paintshop Pro 1.0  (OK in PSP 3.0)
  393. - Microsoft Word 2.0 or 6.0
  394. - Microsoft Excel 5.0
  395. - Windows Draw 3.0
  396. - Aldus PhotoStyler 1.1a
  397. - WordView 6.0
  398. - After Dark
  399. - Easy Works Business Letters 1.0
  400. - Bitstream MakeUp 1.0
  401. - HSc Interactive SE 1.0
  402. - Lotus Organizer 1.12
  403.  
  404.  
  405. ---If some of the buttons at the bottom are greyed out (unusable)
  406.  
  407. This means that your free evaluation period has run out.  To re-enable
  408. these functions, you must register CommEx.
  409.  
  410.  
  411. Other problems
  412. --------------
  413.  
  414. If you encounter any other problems, please contact us for support.  We
  415. will gladly answer any questions and help with problems during the 30-day
  416. free evaluation period.  After the free trial, we will still answer 
  417. 'simple' questions, but may (at our discretion) require you to register 
  418. before providing technical support.
  419.  
  420.  
  421. If you need to un-install CommEx
  422. --------------------------------
  423.  
  424. If you encounter insurmountable problems, or just don't like the new
  425. functions that CommEx provides, you may need to un-install it.  This is
  426. a simple procedure, but must be done carefully.  Do NOT just delete
  427. COMMDLG.DLL!  This will cause most Windows programs to stop working!
  428.  
  429. ---To un-install CommEx:
  430.  
  431. In your Windows System directory (usually C:\WINDOWS\SYSTEM), copy
  432. COMMOLD.DLL to COMMDLG.DLL.
  433.   Example:
  434.      C:
  435.      CD \WINDOWS\SYSTEM
  436.      COPY COMMOLD.DLL COMMDLG.DLL
  437.  
  438. You may also delete COMMOLD.DLL (after you verify that the Copy has 
  439. worked!)  If you are permanently deleting CommEx, also delete COMMEX.*
  440. from your Windows directory and your Windows System directory.
  441.  
  442. You may also delete COMMOLD.DLL (after you verify that this has worked!),
  443. and these files may be deleted to completely remove CommEx:
  444. COMMEX.INI in your Windows directory
  445. COMMEX.BAT in your Windows directory (if Setup didn't delete it)
  446. COMMEX.LOG in your Windows directory
  447. COMMEX.HLP in your Windows System directory
  448. COMMEX.BIN in your Windows System directory (only there if registered)
  449.  
  450.  
  451. ASP Ombudsman statement
  452. -----------------------
  453.  
  454.                      _______
  455.                 ____|__     |                (R)
  456.              --|       |    |-------------------
  457.                |   ____|__  |  Association of
  458.                |  |       |_|  Shareware
  459.                |__|   o   |    Professionals
  460.              -----|   |   |---------------------
  461.                   |___|___|    MEMBER
  462.  
  463. Cottonwood Software is a member of the Association of Shareware
  464. Professionals (ASP).  ASP wants to make sure that the shareware
  465. principle works for you. If you are unable to resolve a shareware-related
  466. problem with an ASP member by contacting the member directly, ASP
  467. may be able to help. The ASP Ombudsman can help you resolve a
  468. dispute or problem with an ASP member, but does not provide technical
  469. support for members' products.  Please write to the ASP
  470. Ombudsman at 545 Grover Road, Muskegon, MI USA 49442-9427, Fax
  471. 616-788-2765, or send a CompuServe message via CompuServe Mail to
  472. ASP Ombudsman 70007,3536.
  473.  
  474.  
  475. Warranty and license info
  476. -------------------------
  477.  
  478. ===== Warranty =========================================
  479.  
  480. LIMITED WARRANTY
  481.  
  482. THIS SOFTWARE AND MANUAL ARE PROVIDED FOR EVALUATION
  483. ONLY, ON AN "AS IS" BASIS.  COTTONWOOD SOFTWARE
  484. DISCLAIMS ALL WARRANTIES RELATING TO THIS SOFTWARE,
  485. WHETHER EXPRESSED  OR IMPLIED, INCLUDING BUT NOT LIMITED
  486. TO ANY IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS
  487. FOR A PARTICULAR PURPOSE. NEITHER COTTONWOOD
  488. SOFTWARE NOR ANYONE ELSE WHO HAS BEEN INVOLVED IN THE
  489. CREATION, PRODUCTION, OR DELIVERY OF THIS SOFTWARE
  490. SHALL BE LIABLE FOR ANY INDIRECT, CONSEQUENTIAL, OR
  491. INCIDENTAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO
  492. USE SUCH SOFTWARE, EVEN IF COTTONWOOD SOFTWARE HAS
  493. BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES OR
  494. CLAIMS.  THE PERSON USING THE SOFTWARE BEARS ALL RISK AS
  495. TO THE QUALITY AND PERFORMANCE OF THE SOFTWARE.
  496.  
  497. This agreement shall be governed by the laws of the State of Kansas and
  498. shall inure to the benefit of Cottonwood Software and any successors,
  499. administrators, heirs and assigns. Any action or proceeding brought by
  500. either party against the other arising out of or related to this agreement
  501. shall be brought only in a STATE or FEDERAL COURT of competent
  502. jurisdiction located in Johnson County, Kansas. The parties hereby
  503. consent to in personam jurisdiction of said courts.
  504.  
  505.  
  506. ===== License for Use and Distribution =================
  507.  
  508. TRIAL USE LICENSE
  509.  
  510. This package is NOT a public domain program.  It is copyrighted by
  511. Cottonwood Software.  This software and accompanying documentation
  512. are protected by United States copyright law and also by international
  513. treaty provisions.
  514.  
  515. Cottonwood Software grants you a limited license to use this software for
  516. evaluation purposes for a period not to exceed thirty days.  If you 
  517. continue using this software after the thirty-day evaluation period, you 
  518. MUST make a registration payment to Cottonwood Software.
  519.  
  520. You may not use, copy, rent, lease, sell, modify, decompile, disassemble,
  521. otherwise reverse engineer, or transfer the licensed program except as
  522. provided in this agreement.  Any such unauthorized use shall result in
  523. immediate and automatic termination of this license.
  524. All rights not expressly granted here are reserved to Cottonwood
  525. Software.
  526.  
  527.  
  528. LIMITED DISTRIBUTION LICENSE
  529.  
  530. ASP member vendors may distribute this package, completely unaltered,
  531. without further permission.  For other cases or to distribute in modified
  532. form, you must consult the attached data record (VENDINFO.DIZ or
  533. VENDOR.DOC), which is hereby incorporated by reference.  Any
  534. distribution satisfying all the distribution requirements expressed in 
  535. that data record is hereby authorized.
  536.  
  537. Permission to distribute this package is not transferable, assignable,
  538. saleable, or franchisable.  Each vendor wishing to distribute the package
  539. must independently satisfy the terms of this limited distribution license.
  540.  
  541. U.S. Government Information:  Use, duplication, or disclosure by the U.S.
  542. Government of the computer software and documentation in this package
  543. shall be subject to the restricted rights applicable to commercial computer
  544. software as set forth in subdivision (b)(3)(ii) of the Rights in Technical
  545. Data and Computer Software clause at 252.227-7013 (DFARS 52.227-
  546. 7013).  The Contractor/manufacturer is Cottonwood Software, P.O. Box
  547. 6546, Leawood KS, 66206, USA.
  548.  
  549. Cottonwood Software may revoke any permissions granted here, by
  550. notifying you in writing.  All rights not expressly granted here are 
  551. reserved to Cottonwood Software.
  552.